ServiceGetDelegate Method (Mailbox, Boolean, UserId) |
Retrieves the delegates of a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateUserResponse GetDelegate(
Mailbox mailbox,
bool includePermissions,
UserId userId
)
Public Function GetDelegate (
mailbox As Mailbox,
includePermissions As Boolean,
userId As UserId
) As DelegateUserResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to retrieve the delegates of. - includePermissions
- Type: SystemBoolean
Indicates whether detailed permissions should be returned for each delegate. - userId
- Type: Independentsoft.ExchangeUserId
The ID of the delegate user to retrieve.
Return Value
Type:
DelegateUserResponseA list of delegates for the mailbox.
See Also